home *** CD-ROM | disk | FTP | other *** search
/ Simtel 10,000 MSDOS Shareware Programs / Simtel - 10000 MSDOS Shareware Programs (Walnut Creek)(January 1995)(Disc 2).ISO / disc2 / ubasic / 00readme.txt < prev    next >
Encoding:
Text File  |  1994-05-30  |  1.3 KB  |  31 lines

  1.  
  2. Directory:
  3.  
  4.  README        This file
  5.  READMEUB.874  Update report
  6.  UB874.ZIP     May 1994 version of UBASIC.  Adds VGA graphics.
  7.  UB874GR.ZIP   Sample ubasic graphics programs.
  8.  UBMALM.ZIP      Some number theory programs of Donald E.G. Malm
  9.  UBPPMPQS.ZIP  UBASIC prime factorization program for 32 bit machines
  10.                 with 1Meg extended memory and lots of hard disk space
  11.                 (handles 100 digit numbers, given time).
  12.  
  13. Description:
  14.  
  15.  Version 8 of UBASIC has the high precision real and complex arithmetic
  16.  (up to 2600 digits) of previous versions, but adds exact rational
  17.  arithmetic and arithmetic of polynomials with complex, rational, or
  18.  modulo p coefficients, as well as string handling and limited list
  19.  handling capabilities.  In addition UBASIC has context-sensitive
  20.  on-line documentation (read ubhelp.doc for information).  The file
  21.  ubhelp.xxx that this uses is ASCII and can be printed for hard copy
  22.  documentation
  23.  
  24.  Version 8.74 adds support for VGA graphics.
  25.  
  26.  The .ZIP files can be unarchived with unzip. If you cannot unarchive
  27.  any of these files you have probably forgotten to set filetype to binary
  28.  at some stage of your download chain (many versions of kermit also need
  29.  to be told explicitely to do a binary transfer).
  30.  
  31.